* doc/lispref/os.texi (Recording Input): Tiny fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 22 Oct 2012 21:57:14 +0000 (17:57 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 22 Oct 2012 21:57:14 +0000 (17:57 -0400)
doc/lispref/ChangeLog
doc/lispref/os.texi

index 240aaeb61ddd75aff0b4cf4f01497d5ea0b3ab0d..b48dc4c6c6a6cccfbc8ea7553670f61904a55316 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-22  Glenn Morris  <rgm@gnu.org>
 
+       * os.texi (Recording Input): Tiny fix.
+
        * intro.texi (Lisp History):
        * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
        * tips.texi (Coding Conventions): Recommend cl-lib over cl.
index 54754f8e5e95698361f52c78b629668bc28e1f88..d3c3c6fd241c2884f32056871213fda66ed3eb89 100644 (file)
@@ -1963,7 +1963,7 @@ is the character Emacs currently uses for quitting, usually @kbd{C-g}.
 This function returns a vector containing the last 300 input events from
 the keyboard or mouse.  All input events are included, whether or not
 they were used as parts of key sequences.  Thus, you always get the last
-100 input events, not counting events generated by keyboard macros.
+300 input events, not counting events generated by keyboard macros.
 (These are excluded because they are less interesting for debugging; it
 should be enough to see the events that invoked the macros.)